html .cover {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .54)
}

.cover {
    display: none
}

.cover .inner-register, .cover .inner-reset {
    display: none
}

.cover .inner-reset .input-group a {
    color: #1f5daa !important
}

.cover .inner {
    padding-bottom: 53px;
    position: fixed;
    top: 300px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background: #fff
}

.cover .inner .agree {
    width: 310px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 20px
}

.cover .inner .agree a {
    color: #1f5daa
}

.cover .inner .btn {
    margin: 0 auto;
    width: 310px;
    height: 45px;
    line-height: 45px;
    background: #1f5daa;
    color: #fefefe;
    text-align: center;
    font-size: 20px
}

.cover .inner p {
    font-size: 20px;
    color: #333;
    text-align: center;
    height: 78px;
    line-height: 78px;
}

.cover .inner .close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/cuowu.png) no-repeat
}

.cover .inner .input-group {
    position: relative;
    margin: 0 auto;
    width: 310px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    margin-bottom: 15px
}

.cover .inner .input-group a {
    cursor: pointer
}

.cover .inner .input-group a:first-child {
    font-size: 14px;
    color: #1f5daa
}

.cover .inner .input-group a:nth-child(2) {
    font-size: 14px;
    color: red;
    float: right
}

.cover .inner .input-group .verify-btn {
    background: #1f5daa;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none !important
}

.cover .inner .input-group .verify, .cover .inner .input-group .verify-btn {
    margin-left: 180px;
    width: 129px;
    height: 47px;
    border: 1px solid #ccc
}

.cover .inner .input-group .verify-input {
    float: left;
    width: 156px;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 10px
}

.cover .inner .input-group :-moz-placeholder {
    color: #999;
    opacity: 1
}

.cover .inner .input-group ::-moz-placeholder {
    color: #999;
    opacity: 1
}

.cover .inner .input-group input:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.cover .inner .input-group input::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.cover .inner .input-group input {
    position: absolute;
    top: 0;
    width: 260px;
    height: 40px;
    outline: 0;
    border: none
}

.cover .inner .input-group i {
    display: inline-block;
    width: 35px;
    height: 30px;
    margin-top: 7.5px;
    margin-left: 10px
}

.cover .inner .input-group .person {
    background: url(../img/loginid.jpg) no-repeat left center;
    background-size:20px;
}

.cover .inner .input-group .pw {
    background: url(../img/Lock.png) no-repeat left center;
    background-size:20px;
}

.a {
    width: 200px;
    height: 200px;
    background: #999
}